其他
看看人家那文件传输神器,那叫一个优雅(附源码)
来源:开源最前线(ID:OpenSourceTop) 猿妹 整编
上次是谁要的文件传输神器啊,猿哥帮你找到了。
介绍
本项目系统是基于 一个简单,方便,快捷的命令行文件分享服务——Transfer.sh,最关键的是它支持加密传输数据,最多允许你上传10GB,上传和下载的速度很快,上传后的文件支持URL共享,支持ZIP或Tar压缩格式。
目前,Transfer.sh已经在Github上标星11.8K,累计分支1.2K。
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
$ curl -X DELETE <X-Url-Delete Response Header URL>
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Downloads: 1" # Limit the number of downloads
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Days: 1" # Set the number of days before deletion
扫码下方二维码,后台回复【文件传输】即可获取
猿哥个人微信
添加猿哥个人微信即送一份惊喜大礼包
→ 技术资料共享
→ 技术交流社群
看看人家那图像处理系统,那叫一个优雅(附源码)
看看人家那社交系统,那叫一个优雅(附源码)
最近,GitHub猿建了一个「GitHub猿交流群」,欢迎大家一起交流优秀开源项目,也可以宣传自己的开源项目,在 「GitHub猿」公众号后台回复【加群】邀请你入群。